Appliance Recovery Backup SystemName Archive Info

Appliance Recovery Backup SystemName Archive Info
Appliance Recovery Backup SystemName Archive Info

The Appliance Recovery Backup SystemName Archive Info schema represents backup archive information.

This schema was added in vSphere API 6.7.

JSON Example
{
    "timestamp": "string",
    "location": "string",
    "parts": [
        "string"
    ],
    "version": "string",
    "system_name": "string",
    "comment": "string"
}
string As date-time As date-time
timestamp
Required

Time when this backup was completed.

This property was added in vSphere API 6.7.

string As uri As uri
location
Required

Backup location URL.

This property was added in vSphere API 6.7.

array of string
parts
Required

List of parts included in the backup.

This property was added in vSphere API 6.7.

string
version
Required

The version of the appliance represented by the backup.

This property was added in vSphere API 6.7.

string
system_name
Required

The system name identifier of the appliance represented by the backup.

This property was added in vSphere API 6.7.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.

string
comment
Required

Custom comment added by the user for this backup.

This property was added in vSphere API 6.7.